* Makefile.in (top_distclean): Use -f switch when cleaning out
authorJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 21:05:21 +0000 (21:05 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 21:05:21 +0000 (21:05 +0000)
lock dir; it might be empty.

Makefile.in

index 0f67123d62bc9a770b1f43ebb31fc037dfd013ef..630df20da7e51dc0011093acb6f310745793d4df 100644 (file)
@@ -452,7 +452,7 @@ clean: FRC.clean
 top_distclean=\
        rm -f config.status build-install ; \
        rm -f Makefile ${SUBDIR_MAKEFILES} ; \
-       (cd lock ; rm *)
+       (cd lock ; rm -f *)
 distclean: FRC.distclean
        (cd src;      make ${MFLAGS} distclean)
        (cd oldXMenu; make ${MFLAGS} distclean)